diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/app.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/app.css b/static/app.css index 254cbc4..2b2c069 100644 --- a/static/app.css +++ b/static/app.css @@ -82,12 +82,16 @@ a:hover::after { width: 75%; background-color: rgba(0, 0, 0, 0.8); - color: white; + color: #dcccd5; border-radius: 20px; box-shadow: 0px 0px 15px 2px #410f5e; } +input { + background-color: rgba(255, 255, 255, 0.8); +} + .video { background-color: rgba(0, 0, 0, 1.0); } |
