diff options
| author | 8cy <[email protected]> | 2020-05-08 11:55:08 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-08 11:55:08 -0700 |
| commit | e5182dd4beb098ad81f775cbc2df9ff25efa80ea (patch) | |
| tree | 212dd7d9bb3f39ab39b6225fb209fdb0d66c7795 /public/css | |
| parent | del now (diff) | |
| download | slog-react-test.tar.xz slog-react-test.zip | |
idkreact-test
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/main.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/css/main.css b/public/css/main.css index 71cff51..0ff094b 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -67,7 +67,7 @@ body { text-transform: uppercase !important; } -.btn-primary { +/*.btn-primary { background-color: #EA80FC !important; border-color: #EA80FC !important; } @@ -75,7 +75,7 @@ body { .btn-primary:hover { background-color: #B64FC8 !important; border-color: #B64FC8 !important; -} +}/* .btn-secondary { background-color: #2C2F33 !important @@ -191,11 +191,11 @@ body { /* */ a { - color: #FFB2FF !important; + /*color: #FFB2FF !important;*/ transition: 0.5s; } a:hover { - color: #EA80FC !important; + /*color: #EA80FC !important;*/ transition: 0.5s; }
\ No newline at end of file |