0032
This commit is contained in:
@@ -22,5 +22,20 @@ div.outerDiv {
|
||||
|
||||
a {
|
||||
color: lightseagreen;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@@ -13,5 +13,20 @@ img.imageSquare {
|
||||
|
||||
a {
|
||||
color: lightseagreen;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@@ -5,5 +5,20 @@ body {
|
||||
|
||||
a {
|
||||
color: lightseagreen;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
title: About
|
||||
css_file: styles.css
|
||||
---
|
||||
<h1>About</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user