Update design.css

This commit is contained in:
Fabian Märker
2021-11-24 20:34:53 +01:00
committed by GitHub
parent 261622ac1a
commit 85c5530d2c

View File

@@ -72,7 +72,7 @@ body{
display: inline-block;
cursor: pointer;
text-decoration: none;
color: rgb(138,43,226);
color: #fff;
border: rgb(138,43,226) 0.125em solid;
padding: 0.125em 0.5em;
margin-left: 0.85em;
@@ -109,7 +109,7 @@ body{
.neon-button:hover,
.neon-button:focus {
color: rgb(138,43,226);
color: #fff;
text-shadow: none;
}