mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
Fix styling error
This commit is contained in:
parent
5c17277817
commit
a743342bd1
1 changed files with 5 additions and 2 deletions
|
@ -35,10 +35,13 @@
|
|||
display: flex;
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
text-shadow: 0 0 10px black;
|
||||
z-index: 20;
|
||||
//color: $accentColor;
|
||||
font-size: 1.5em;
|
||||
text-shadow: 0 0 10px black;
|
||||
|
||||
@media(prefers-color-scheme: light) {
|
||||
text-shadow: 0 0 10px white;
|
||||
}
|
||||
|
||||
> svg {
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Add table
Reference in a new issue