CSS hover for news (#1359)

This commit is contained in:
Cønstantine Kovalensky 2024-01-28 12:41:28 +04:00 committed by GitHub
commit c090a5dbe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -121,7 +121,7 @@ echo <<<EOF
<body>
<style>
body {
background-color: #1f1f1f; color: #ffffff;
background-color: #1f1f1f;
}
table {

View file

@ -136,6 +136,11 @@
color: #000000;
}
#latest_news a:hover {
text-shadow: 0 0 4px grey;
transition: 0.5s;
}
#latest_news .new a {
color: #A52A2A;
font-weight: bold;