Skip to content

Commit 9dcb643

Browse files
authored
Import Google Fonts and update link styles
Added Google Fonts import and adjusted link styles.
1 parent 5fe9764 commit 9dcb643

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css/styles.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/* css/styles.css for dom.bauska.org */
2+
/** from 2ndbook */
3+
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,700,900,400italic,700italic,900italic|Playfair+Display:400,700,900,400italic,700italic,900italic|Rock+Salt:400);
4+
25
table {
36
border-collapse: collapse;
47
width: 100%;
@@ -70,6 +73,7 @@ p.em4 {
7073
background: linear-gradient(34deg, #5cc0fb 0%, transparent 48.18%, #83d8ff 56.429%, rgba(134,252,212,0.36) 100%);
7174

7275
a {
76+
font-size: 14.5px;
7377
text-decoration: none;
7478
}
7579
a[href]:hover {
@@ -216,9 +220,6 @@ textarea {
216220
resize: none;
217221
}
218222

219-
/** from 2ndbook */
220-
@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,700,900,400italic,700italic,900italic|Playfair+Display:400,700,900,400italic,700italic,900italic|Rock+Salt:400);
221-
222223
*,
223224
:before,
224225
:after {

0 commit comments

Comments
 (0)