diff options
-rw-r--r-- | layouts/partials/head-extra.html | 2 | ||||
-rw-r--r-- | static/css/custom.css | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/head-extra.html b/layouts/partials/head-extra.html index 8a79d4b..373f8cd 100644 --- a/layouts/partials/head-extra.html +++ b/layouts/partials/head-extra.html @@ -1,4 +1,4 @@ -<link rel="stylesheet" href={{ "/css/custom.css?v=20210821" }}> +<link rel="stylesheet" href={{ "/css/custom.css?v=20210826-2" }}> <link rel="apple-touch-icon" sizes="180x180" href={{ "/apple-touch-icon.png" }}> <link rel="icon" type="image/png" sizes="32x32" href={{ "/favicon-32x32.png" }}> <link rel="icon" type="image/png" sizes="16x16" href={{ "/favicon-16x16.png" }}> diff --git a/static/css/custom.css b/static/css/custom.css index bce3998..82292b2 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -102,3 +102,7 @@ a:hover { border-bottom: none; text-decoration: underline; } + +.red-text { + color: red; +} |