diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-26 00:11:03 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-26 00:11:03 +0400 |
commit | 964b8ff9b8ffe267c6fc659a8d051914c66b8dc7 (patch) | |
tree | 020b903f7343a8aa346ccc099898693015112a48 /style.css | |
parent | 820020cf954f281721ef216f640db6e3317490fc (diff) |
style.css: new color added
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -87,6 +87,9 @@ table { .color4 { color: #BB6767; /* Red */ } +.color5 { + color : #bbbbbb; /* Light Gray */ +} .color0 { color: #FFFFFF; /* White */ } |