Skip to content

Commit

Permalink
Fix darkmode oneboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
loleg committed Apr 4, 2024
1 parent 2cf661e commit 57386a7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dribdat/static/css/style.css
Expand Up @@ -455,7 +455,7 @@ nav .nav-login {
}
.home-page .carousel-caption a {
text-decoration: none;
color: black;
color: initial;
}
.home-page .carousel-caption .event-header .section-header-content {
text-align: left;
Expand All @@ -474,7 +474,7 @@ nav .nav-login {
}
.home-page .carousel-caption .home-description p {
text-align: left;
color: black;
color: initial;
display: inline-block;
clear: both;
}
Expand Down Expand Up @@ -1290,7 +1290,6 @@ nav .nav-login {
}
.onebox * {
text-decoration: none !important;
color: black;
}
.onebox:hover {
opacity: 1.0;
Expand Down Expand Up @@ -1693,7 +1692,6 @@ a.go-up {
width: 200px;
height: auto;
display: inline-block;
background: rgba(0,0,0,0.02);
border-top: 2px solid rgba(0,0,100,0.2);
border-left: 2px solid rgba(0,0,100,0.2);
border-radius: 10px;
Expand All @@ -1704,7 +1702,6 @@ a.go-up {
opacity: 0.5;
cursor: pointer;
text-decoration: none;
color: black;
}
.missing-roles .role:hover {
opacity: 1.0;
Expand Down

0 comments on commit 57386a7

Please sign in to comment.