diff options
Diffstat (limited to 'pydis_site/static/css')
| -rw-r--r-- | pydis_site/static/css/home/index.css | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index e117a35b..23e27be1 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -91,6 +91,11 @@ h1 {      height: 26px;      z-index: 3;  } +[data-theme="dark"] { +    #bottom-wave { +        background: url(../../images/waves/wave_black.svg) repeat-x !important; +    } +}  @keyframes wave {    0% { @@ -176,6 +181,11 @@ h1 {  #projects .card:hover .card-header-title {      color: #363636;  } +[data-theme="dark"] { +    #projects .card:hover .card-header-title { +        color: #CAD6FF; +    } +}  #projects .card-content {      padding-top: 8px;  |