aboutsummaryrefslogtreecommitdiff
path: root/static/css/photon.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/photon.css
parent9bd8d1e527cf90ef8033b8455a96e5caf92f02bd (diff)
downloadweabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.tar.gz
weabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.tar.xz
weabot-c00e0f9f07827630ccba2cf4ac8bf0793d0ba930.zip
Separando .trip de .name
Diffstat (limited to 'static/css/photon.css')
-rw-r--r--static/css/photon.css14
1 files changed, 5 insertions, 9 deletions
diff --git a/static/css/photon.css b/static/css/photon.css
index af8f539..8f7896e 100644
--- a/static/css/photon.css
+++ b/static/css/photon.css
@@ -8,15 +8,11 @@ body {
color: #333;
}
a,
-a .name,
-a .name b,
#logo,
.nav label {
color: #f60;
}
a:hover,
-a:hover .name,
-a:hover .name b,
.nav label:hover {
color: #0066ff;
}
@@ -42,12 +38,12 @@ a:hover .name b,
.subj {
color: #111;
}
-.name {
- color: #f30;
-}
-.name b {
+.info > .name {
color: #004a99;
}
+.info > .trip {
+ color: #f30;
+}
.omitted {
color: #707070;
}
@@ -84,4 +80,4 @@ hr {
}
#main_nav.mob {
background: #d9af9e;
-} \ No newline at end of file
+}