aboutsummaryrefslogtreecommitdiff
path: root/static/css/night.css
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-23 18:09:26 -0300
committerLibravatar Choom 2023-01-24 09:51:42 -0300
commitc00e0f9f07827630ccba2cf4ac8bf0793d0ba930 (patch)
tree31e6af72056a8369b2d25b50009bcb7a072d5682 /static/css/night.css
parent9bd8d1e527cf90ef8033b8455a96e5caf92f02bd (diff)
downloadweabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.tar.gz
weabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.tar.xz
weabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.zip
Separando .trip de .name
Diffstat (limited to 'static/css/night.css')
-rw-r--r--static/css/night.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/static/css/night.css b/static/css/night.css
index 725fa99..754a61e 100644
--- a/static/css/night.css
+++ b/static/css/night.css
@@ -5,7 +5,6 @@ body {
font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
a,
-a .name,
.nav label {
color: #c0c4c8;
}
@@ -14,7 +13,6 @@ a.rep {
text-decoration: underline;
}
a:hover,
-a:hover .name,
.nav label:hover {
color: #888c90;
}
@@ -38,13 +36,14 @@ a:hover .name,
background: inherit;
color: #962e5f;
}
-.name {
+.info > .name,
+.info > .trip {
color: #5f962e;
}
-.name a {
+.email {
color: #2e5f96;
}
-.name a:hover {
+.email:hover {
color: #426fa0;
}
.reply {