about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-08-26 19:53:35 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-08-26 19:55:51 +0700
commitd596193803fb904258547d0995b085aca10a8dca (patch)
tree2c070ab6c5c12ed3ecdc0747e52383edfe63300b /static
parentf9782601a1f8605e4304ac2d5faa2335d7b0d26b (diff)
downloadblog-d596193803fb904258547d0995b085aca10a8dca.tar.gz
Update CSS version
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css4
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;
+}