mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-28 07:46:10 +00:00
🔧 fix nav rounding issue
This commit is contained in:
parent
3a8536bfdd
commit
d81c9ff249
3 changed files with 3 additions and 1 deletions
|
@ -61,6 +61,7 @@ header nav a.active {
|
|||
color: white;
|
||||
background-color: #20282a;
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 1px #20282a;
|
||||
}
|
||||
header nav a:before {
|
||||
content: '[';
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -52,6 +52,7 @@ header {
|
|||
color: @color-text;
|
||||
background-color: #20282a;
|
||||
outline: none;
|
||||
box-shadow: 0 0 0 1px #20282a;
|
||||
}
|
||||
&:before {
|
||||
content: '[';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue