We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d9fb8 commit e26f231Copy full SHA for e26f231
web/src/scss/parts/header.scss
@@ -200,12 +200,13 @@ nav {
200
& > a::after {
201
content: '';
202
display: inline-block;
203
- width: 0;
204
- height: 0;
205
- margin: 2px 0 0 5px;
+ width: 5px;
+ height: 5px;
+ margin: -4px 0 0 0.5rem;
206
vertical-align: middle;
207
- border: 5px solid transparent;
208
- border-top: 5px solid $link-color;
+ border-right: 2px solid rgba(248, 248, 242, .7);
+ border-bottom: 2px solid rgba(248, 248, 242, .7);
209
+ rotate: 45deg;
210
}
211
212
.dropdown-block {
0 commit comments