aboutsummaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
Diffstat (limited to 'client/css')
-rw-r--r--client/css/styles.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/client/css/styles.css b/client/css/styles.css
index 5f8f1df..9253e79 100644
--- a/client/css/styles.css
+++ b/client/css/styles.css
@@ -71,6 +71,7 @@ a:hover {
button {
background:black;
color:red;
+ font-family: 'Doto';
border: dotted 2px;
width: 100%;
}
@@ -143,10 +144,15 @@ summary:hover {
.previously-played img {
width: 48px;
}
+
.previously-played div {
- border-color: purple;
- border-style: dotted;
- border-width: 1px;
+ gap: 5px;
+}
+
+
+.previously-played div:hover {
+ background-color: lightgreen;
+ color: black;
}
.div-inline-reverse {
@@ -165,7 +171,6 @@ summary:hover {
}
table {
- background-color: lightgreen;
width: 100%;
}