diff options
| author | Bobby <[email protected]> | 2023-07-05 14:54:47 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-05 14:54:47 -0400 |
| commit | eca008f83280b5d181589f33d1b0245adbee2cdb (patch) | |
| tree | ab5263c4c3f036d0e42c20cc3fc3b96ed0d10d05 /static/css/styles.css | |
| parent | 770676c6f0a1711492969af97d0ebeed551540b5 (diff) | |
| download | thatcomputerscientist-eca008f83280b5d181589f33d1b0245adbee2cdb.tar.xz thatcomputerscientist-eca008f83280b5d181589f33d1b0245adbee2cdb.zip | |
Focus and Spectacles Persist. Selection BG Change
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index ceefb21d..d208597d 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -23,6 +23,14 @@ body { background-size: 30%; } +::-moz-selection { /* Code for Firefox */ + background: #311b4f; +} + +::selection { + background: #311b4f; +} + font:hover, .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q { background: none !important; box-shadow: none !important; |
