Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rccreswell authored Oct 13, 2024
1 parent 9620309 commit 726448d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ img.maps_thumbs{
height:200px;
}

img.graphs{
img.globes_thumbs{
height:200px;
}

img.graphs{
height:250px;
margin:10px;
}

.code_link {
font-style: italic;
font-size: 72%;
Expand Down Expand Up @@ -43,7 +48,7 @@ img.graphs{
color:#FFF;
font-size: 15px;
padding: 4px;
background-color: #337ab8;
background-color: #a95659;
font-style: normal;
font-weight: 500;
letter-spacing: 0.5px;
Expand Down Expand Up @@ -110,12 +115,12 @@ img.zoom {
}

* {
font-family: 'Average Sans', 'Kumbh Sans', 'Jost', sans-serif;
font-family: "Vollkorn", "Geologica", serif;
font-weight: 400;
}

th, .titles {
font-family: 'Jost', sans-serif;
font-family: "Vollkorn", "Geologica", serif;
font-weight: 500;
}

Expand Down Expand Up @@ -181,7 +186,7 @@ table.abare td,th {
border-color: #ececec;
padding: 0px 0px 0px 13px;
vertical-align:top;
font-size:10px;
font-size:11px;
}

abbr {
Expand All @@ -201,7 +206,7 @@ abbr {
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #337ab8;
border-bottom: 8px solid #a95659;
display: inline-block;
margin-right: 5px;
}
Expand All @@ -211,7 +216,7 @@ abbr {
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #337ab8;
border-top: 8px solid #a95659;
display: inline-block;
margin-right: 5px;
}
Expand Down

0 comments on commit 726448d

Please sign in to comment.