A little CSS meddling so that OpenWeb icons line up with the Font Awesome ones
This commit is contained in:
parent
41539fe979
commit
18ffe8ea4d
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,12 @@
|
|||
a
|
||||
color: #00a6f9
|
||||
a:hover
|
||||
&:hover
|
||||
color: #0084d6
|
||||
|
||||
[class^="openwebicons-"], [class*=" openwebicons-"]
|
||||
text-decoration: none
|
||||
line-height: 1
|
||||
|
||||
body
|
||||
background-color: #1d1f21
|
||||
color: #c9cacc
|
||||
|
|
Loading…
Reference in a new issue