Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorQueensferry <queensferry.me@gmail.com>2022-04-02 09:04:03 +0300
committerQueensferry <queensferry.me@gmail.com>2022-04-02 10:29:55 +0300
commit8e227adf27822f640fc75df8bf2381142e521403 (patch)
tree63e65d81feede072e59418bfa2668b0f0670b3b2 /static
parent8a29bede0ab551c53930e3b36f09015d43900264 (diff)
style: change outdated warning color
Diffstat (limited to 'static')
-rw-r--r--static/css/single.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/single.css b/static/css/single.css
index 0110818..91caac8 100644
--- a/static/css/single.css
+++ b/static/css/single.css
@@ -7,7 +7,7 @@
}
#main > .warning {
- background-color: tomato;
+ background-color: brown;
color: white;
font-size: 1.1rem;
padding: 1rem 0;