diff options
| author | s1n <[email protected]> | 2019-07-27 15:18:40 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-27 15:18:40 -0700 |
| commit | d246319add50b706f9b0d963c469b94984a9215a (patch) | |
| tree | f17e12ae39bbdcf18ab65987b2d494bab3cf73cc /404/css/main.css | |
| parent | remove bg (diff) | |
| download | s1n.pw-admin-d246319add50b706f9b0d963c469b94984a9215a.tar.xz s1n.pw-admin-d246319add50b706f9b0d963c469b94984a9215a.zip | |
fix white text on white
Diffstat (limited to '404/css/main.css')
| -rw-r--r-- | 404/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/404/css/main.css b/404/css/main.css index 0f9f9b7..92a83d9 100644 --- a/404/css/main.css +++ b/404/css/main.css @@ -43,7 +43,7 @@ body { } .text h3 { - color: white; + color: black; /* originally black but looks bad without a bg value from above */ margin-left: 30px; font-size: 2em; text-shadow: -5px 5px 0px rgba(0, 0, 0, 0.7); |