Skip to content

Commit

Permalink
More tweaks of css for crit/fumble cards
Browse files Browse the repository at this point in the history
  • Loading branch information
JamzTheMan committed Dec 12, 2022
1 parent ecef160 commit 01bdc20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles/nerps-for-foundry.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Fumble & Critical Hit Deck CSS */
.fumble-deck h1 {
color: black;
color: black !important;
border: 2px solid !important;
border-radius: 15px !important;
font-family: Roboto, sans-serif !important;
Expand All @@ -22,12 +22,12 @@
background-color: #000059 !important;
color: white !important;
font-family: Roboto, sans-serif !important;
font-style: normal;
font-style: normal !important;
font-size: 120% !important;
padding-top: 1.2em !important;
padding-bottom: 0.75em !important;
padding-right: 1.25em !important;
margin-bottom: 1em;
margin-bottom: 1em !important;
}

.fumble-deck blockquote a {
Expand Down Expand Up @@ -70,7 +70,7 @@
}

.critical-deck h1 {
color: black;
color: black !important;
border: 2px solid !important;
border-radius: 15px !important;
font-family: Roboto, sans-serif !important;
Expand All @@ -92,12 +92,12 @@
background: radial-gradient(circle, rgba(14, 40, 17, 1) 10%, rgba(20, 59, 25, 1) 50%, rgba(14, 40, 17, 1) 90%) !important;
color: white !important;
font-family: Roboto, sans-serif !important;
font-style: normal;
font-style: normal !important;
font-size: 120% !important;
padding-top: 1.2em !important;
padding-bottom: 0.75em !important;
padding-right: 1.25em !important;
margin-bottom: 1em;
margin-bottom: 1em !important;
}

.critical-deck blockquote a {
Expand Down

0 comments on commit 01bdc20

Please sign in to comment.