moved from html style node to css file

This commit is contained in:
Mystikfluu 2022-05-26 14:16:32 +02:00
parent bc2fc5d9a1
commit d2d3e8828f

View File

@ -97,3 +97,7 @@ text-decoration: none;
color: white; color: white;
font-weight: bold; font-weight: bold;
} }
a {
color: red;
text-decoration: none;
}