Minor improvement.

This commit is contained in:
Daniel 2022-06-04 17:23:47 +04:30
parent dac172a5c5
commit b907bd53ec
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,6 @@
justify-content: space-between;
display: flex;
flex-direction: column;
pointer-events: none;
}
.list a {

View File

@ -9,5 +9,6 @@ body {
}
*::selection {
background-color: rgba(255, 255, 0, 0.25);
background-color: rgba(255, 255, 0, 0.6);
text-shadow: 0px 1px 3px #1f2c38;
}