Преглед на файлове

Style links and figures for posts

master
Adrian Short преди 8 години
родител
ревизия
c651a50ccd
променени са 1 файла, в които са добавени 28 реда и са изтрити 1 реда
  1. +28
    -1
      static/css/main.css

+ 28
- 1
static/css/main.css Целия файл

@@ -100,9 +100,36 @@ figcaption {


article { article {
font-size: 1.2rem; font-size: 1.2rem;
line-height: 1.6rem;
line-height: 1.7rem;
color: #555;
} }


article a {
text-decoration: none;
text-decoration-style: dotted;
color: #000;
}

article a:visited {
text-decoration: underline;
text-decoration-style: dotted;
color: #999;
}

article a:hover {
color: #fff;
background-color: #333;
}

article figcaption {
text-transform: none;
letter-spacing: 0.0rem;
text-align: right;
font-size: 0.8rem;
font-weight: 100;
}


h1 { h1 {
color: white; color: white;
text-transform: lowercase; text-transform: lowercase;


Зареждане…
Отказ
Запис