styling update

This commit is contained in:
Rudis Muiznieks 2022-11-23 12:17:13 -06:00
parent 6e470cd78f
commit 7006df37a5
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 10 additions and 1 deletions

View File

@ -22,6 +22,11 @@
li a {
text-decoration: none;
color: #313244;
transition-property: color;
transition-duration: 500ms;
}
li a:hover {
color: #a6e3a1;
}
li a span {
display: none;
@ -48,10 +53,14 @@
line-height: 32px;
font-family: monospace;
font-size: 20px;
color: #313244;
color: #a6e3a1;
margin-top: 20px;
text-align: center;
}
::-moz-placeholder {
color: #313244;
opacity: 1;
}
</style>
</head>
<body>