projects
/
startseite.malte70.de.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2ebf5
)
Dunkles Design verbessert
author
Malte Bublitz
<malte@rolltreppe3.de>
Sun, 29 May 2022 23:32:43 +0000
(
01:32
+0200)
committer
Malte Bublitz
<malte@rolltreppe3.de>
Sun, 29 May 2022 23:32:43 +0000
(
01:32
+0200)
css/style.css
patch
|
blob
|
history
diff --git
a/css/style.css
b/css/style.css
index 96f36029c89470e3b5ebee8f4ee6b525a796a4c5..a2def109663e4d80829483da8416ab15f12b99a2 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-135,15
+135,24
@@
footer p a:hover, footer p a:active {
main {
color: #eee;
}
+ a:link, a:visited {
+ color: #eee;
+ }
a:hover, a:active {
- background: #444;
color: #eee;
+ text-decoration: underline;
}
#google-search input[type=text] {
color: #eee;
background: #444;
border-bottom: 1px solid #ff8000;
}
+ #notepad p {
+ color: #eee;
+ }
+ footer p {
+ color: #888;
+ }
footer p a:link, footer p a:visited {
color: #888;
}