changed link decoration

This commit is contained in:
Jeena 2015-02-19 08:38:49 +01:00
parent 57b3ba6422
commit 1c89abbac3
2 changed files with 272 additions and 1 deletions

View file

@ -31,10 +31,13 @@ header p {
}
a {
color: #333;
color: inherit;
text-decoration: none;
}
article a {
text-decoration: underline;
img {
max-width: 100%;
height: auto;