Private
Public Access
1
0

second attempt

This commit is contained in:
Sander Roosendaal
2018-09-18 21:39:06 +02:00
parent 4e090781fd
commit 3834104a0b
5 changed files with 192 additions and 47 deletions

View File

@@ -126,20 +126,6 @@ figure {
----------------------------------------------
*/
a {
/* color: #fff; */
text-decoration: none;
}
a:visited { color:#000; }
a:link { color: #000; }
a:hover {
text-decoration: underline;
}
p {
/* border: 1px solid #666; */
@@ -148,12 +134,8 @@ p {
text-align: left;
}
i {
text-decoration: none;
font-size: 2em;
color: #27aae1;
}
i:hover {
color: #1c75bc;
}