diff options
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> |
