diff options
Diffstat (limited to 'public/css/main.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 |