diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-26 19:53:35 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-26 19:55:51 +0700 |
commit | d596193803fb904258547d0995b085aca10a8dca (patch) | |
tree | 2c070ab6c5c12ed3ecdc0747e52383edfe63300b /static | |
parent | f9782601a1f8605e4304ac2d5faa2335d7b0d26b (diff) | |
download | blog-d596193803fb904258547d0995b085aca10a8dca.tar.gz |
Update CSS version
Diffstat (limited to 'static')
-rw-r--r-- | static/css/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |