diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-09-27 15:48:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-09-27 15:48:00 +0200 |
| commit | 368ffc3597bc1eb34aa00210a70c4ba813378e96 (patch) | |
| tree | a6cd8f76c3a53a8210977804fa75c371fc553530 | |
| parent | 8c14599404e3905ebfedb148f9d23d09f26331e3 (diff) | |
css
| -rw-r--r-- | public/assets/css/css.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index 4c10055..601eda0 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -84,7 +84,7 @@ a { font-size: 0.875rem; line-height: 1.75; margin: 1rem 1.5rem; - /*background: rgba(0, 0, 0, 0.5);*/ + /*background: rgba(64, 64, 64, 0.5);*/ color: #fff; text-shadow: 0 0 2px #000; transition: opacity 0.2s; @@ -123,7 +123,7 @@ a { pointer-events: none; transition: opacity 0.2s; opacity: 0; - background: rgba(0, 0, 0, 0.8); + background: rgba(64, 64, 64, 0.9); color: white; display: flex; flex-direction: row; |
