diff options
| author | Bobby <[email protected]> | 2023-06-08 14:55:57 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-08 14:55:57 -0400 |
| commit | 1b18fe9c97e4eb8b8e480af8c2ebebd4b36f478a (patch) | |
| tree | aa0400e74dc3dcc8e338dd6d945ae34f9baad2cd /static/css/styles.css | |
| parent | 3e1d16f0af57fbdcc9a45764eddfbc481952ed6c (diff) | |
| download | thatcomputerscientist-1b18fe9c97e4eb8b8e480af8c2ebebd4b36f478a.tar.xz thatcomputerscientist-1b18fe9c97e4eb8b8e480af8c2ebebd4b36f478a.zip | |
Allow Translation to occur when TL is loaded
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 491780c7..228234b4 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -18,6 +18,11 @@ body { display: none !important; } +font:hover, .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q { + background: none !important; + box-shadow: none !important; +} + input, textarea { font-family: 'Mali', sans-serif !important; |
