Compare commits

..

1 Commits

Author SHA1 Message Date
'leftie 1f1314adc6 feat: add Sam-like color scheme 2019-05-24 00:55:25 -04:00
1 changed files with 8 additions and 3 deletions

View File

@ -23,8 +23,8 @@ $scrollbar-track: #99994C;
--nav-bg: #EAFFFF;
--nav-border: #88CCCC;
--nav-active-bg: #448888;
--nav-a-selected-bg: #448888;
--nav-a-selected-active-bg: #448888;
--nav-a-selected-bg: #9EEEEE;
--nav-a-selected-active-bg: #9EEEEE;
--nav-text-color: #000000;
--nav-text-color-hover: #FFFFFF;
--nav-a-bg-hover: #448888;
@ -34,8 +34,13 @@ $scrollbar-track: #99994C;
--button-bg: #FFFFD1;
--button-bg-active: #FFFFE9;
--button-bg-hover: #FFFFE9;
--settings-list-item-text: #{$anchor-color};
}
::selection {
a, a span {
text-decoration: underline;
}
a.mention.u-url, ::selection {
background: #EEEE9E;
}