diff options
| author | realtradam <[email protected]> | 2024-06-22 22:21:33 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-22 22:21:33 -0400 |
| commit | 913b24c0c298ac48866167b18fc36fb542ab8910 (patch) | |
| tree | 8b8c899ceb36ddfb365aef568abae1420e97b2ee /index.html | |
| parent | 1104fc60c1b45a6280b2e90c154e2af084a6ce1e (diff) | |
| download | malcz.com-913b24c0c298ac48866167b18fc36fb542ab8910.tar.gz malcz.com-913b24c0c298ac48866167b18fc36fb542ab8910.zip | |
fix styling issues and add more contentdev
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -32,6 +32,16 @@ h1, h2, h3, h4, h5, h6 { font-weight: 800; font-style: normal; } +h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { + font-family: "Rubik", sans-serif; + font-weight: 800; + font-style: normal; +} +h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { +} +h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { + color: rgb(214 211 209) !important; +} </style> </head> <body> |
