diff options
| author | s1n <[email protected]> | 2019-10-12 00:22:46 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-12 00:22:46 -0700 |
| commit | 78c43c975166476f8e52e3ee521d917c269f6844 (patch) | |
| tree | 22c36c1d43c86f4489becfaabec1cdb15bcd4027 /css | |
| parent | del ghouly (diff) | |
| download | s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.tar.xz s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.zip | |
new 404 + many optimzations
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 8d87da1..30d068f 100644 --- a/css/main.css +++ b/css/main.css @@ -219,6 +219,7 @@ main { box-shadow: 0 7px 30px -10px #ffdc73, 0 7px 30px -10px #ffdc73; -webkit-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; + /* border-radius: 4px; // Looks nice but idk */ } /* #ffdc73 box-shadow should usually be only box-shadow, but I made it two so it would be more visable. |