mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-14 08:32:12 +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;
|
display: flex;
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-shadow: 0 0 10px black;
|
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
//color: $accentColor;
|
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
text-shadow: 0 0 10px black;
|
||||||
|
|
||||||
|
@media(prefers-color-scheme: light) {
|
||||||
|
text-shadow: 0 0 10px white;
|
||||||
|
}
|
||||||
|
|
||||||
> svg {
|
> svg {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue