aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-27 20:17:40 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-27 20:17:40 +0200
commit0f731b112b2ab447dc2283fcad2ba65a855b9a49 (patch)
treedc9d8a64c9fab0e87f2ba3c12a294a92cf60dffb /css
parentWork in progress (diff)
downloadjoe-www-0f731b112b2ab447dc2283fcad2ba65a855b9a49.tar.gz
joe-www-0f731b112b2ab447dc2283fcad2ba65a855b9a49.tar.bz2
joe-www-0f731b112b2ab447dc2283fcad2ba65a855b9a49.tar.xz
joe-www-0f731b112b2ab447dc2283fcad2ba65a855b9a49.tar.zst
joe-www-0f731b112b2ab447dc2283fcad2ba65a855b9a49.zip
Started writing about lowbat
Diffstat (limited to 'css')
-rw-r--r--css/site.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/css/site.css b/css/site.css
index 95f37fc..0e6060b 100644
--- a/css/site.css
+++ b/css/site.css
@@ -95,25 +95,25 @@ a {
}
a:link {
- color: #45a;
+ color: #23b;
background-color: transparent;
text-decoration: none;
}
a:visited {
- color: #45a;
+ color: #23b;
background-color: transparent;
text-decoration: none;
}
a:hover {
- color: #45a;
+ color: #23b;
background-color: transparent;
text-decoration: underline;
}
a:active {
- color: #45a;
+ color: #23b;
background-color: transparent;
text-decoration: none;
}
@@ -196,6 +196,8 @@ div.body-contents ul {
div.body-contents code {
background-color: #e4e4e4;
+ color: #24d;
+ font-size: large;
border-radius: 5px;
padding: 2px 5px 2px 5px;
}