Fix selection color
4d0a9341f3db2cf28dd850418603855f33dcdba0
1 parent
0feaa9b7
css/base.css
+2 -1
| 54 | 54 | body::-webkit-scrollbar-thumb { |
|
| 55 | 55 | background-color: var(--highlight-color); |
|
| 56 | 56 | } |
|
| 57 | 57 | ||
| 58 | 58 | ::selection { |
|
| 59 | - | background: #9fe7e1; |
|
| 59 | + | color: black; |
|
| 60 | + | background: #ffeebb; |
|
| 60 | 61 | } |
|
| 61 | 62 | ||
| 62 | 63 | :focus { |
|
| 63 | 64 | outline: none; |
|
| 64 | 65 | text-decoration: underline; |