mirror of
https://github.com/danog/sass-site.git
synced 2025-01-21 21:31:34 +01:00
fix arrow icon with unicode character (#235)
* fix arrow icon with unicode character * use bigger, bolder arrow
This commit is contained in:
parent
da252a276d
commit
69272daa3b
@ -15,7 +15,7 @@
|
||||
border:none !important;
|
||||
box-shadow:none !important;
|
||||
}
|
||||
.ui-tabs-active {
|
||||
.ui-tabs-active {
|
||||
&:after, &:before {
|
||||
bottom: -1px;
|
||||
left: 50%;
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
a::before {
|
||||
color: $color-text-weak;
|
||||
content: "🢩";
|
||||
content: "\21d2";
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
left: -1.2em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user