Minor improvement.
This commit is contained in:
parent
dac172a5c5
commit
b907bd53ec
|
@ -44,7 +44,6 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.list a {
|
.list a {
|
||||||
|
|
|
@ -9,5 +9,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
*::selection {
|
*::selection {
|
||||||
background-color: rgba(255, 255, 0, 0.25);
|
background-color: rgba(255, 255, 0, 0.6);
|
||||||
|
text-shadow: 0px 1px 3px #1f2c38;
|
||||||
}
|
}
|
Ŝarĝante…
Reference in New Issue