Commit 1085387b authored by RawKStar77's avatar RawKStar77

Tweaked appearence.

parent 0300c8f5
...@@ -342,7 +342,18 @@ $baseFontSize: 14px; ...@@ -342,7 +342,18 @@ $baseFontSize: 14px;
color: inherit; color: inherit;
} }
&.tri-icon, &.alwaysonhighlights-icon, &.highlighter-icon, &.commenter-icon { &.tri-icon {
color: rgba(200, 200, 200, .3);
text-shadow:
1px .8px 1.5px $white,
0 0 0 #000;
&:hover {
color: rgba(235, 235, 230, .1);
}
}
&.alwaysonhighlights-icon, &.highlighter-icon, &.commenter-icon {
text-shadow: text-shadow:
1px .8px 1.5px $white, 1px .8px 1.5px $white,
0 0 0 #000; 0 0 0 #000;
...@@ -356,10 +367,6 @@ $baseFontSize: 14px; ...@@ -356,10 +367,6 @@ $baseFontSize: 14px;
&.pushed { &.pushed {
max-height: 35px; max-height: 35px;
a {
color: $linkColorHover;
text-shadow: -1px .8px 1px #000 !important;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment