wird nich besser :D
This commit is contained in:
parent
30dbd53ecc
commit
41179d8b4c
12
s/term.css
12
s/term.css
|
@ -93,8 +93,20 @@ a#prev {
|
||||||
text-shadow: 0 0 20px #00DF00;
|
text-shadow: 0 0 20px #00DF00;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact>a:hover {
|
||||||
|
color: #00b700;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: rgba(43,255,0,1);
|
color: rgba(43,255,0,1);
|
||||||
text-shadow: 0 0 20px;
|
text-shadow: 0 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #00df00;
|
||||||
|
text-shadow: 0 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #00b700;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user