Skip to content

Commit

Permalink
ok... that's enough for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfischetti committed Dec 13, 2024
1 parent 3bb3850 commit 7874f39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
13 changes: 8 additions & 5 deletions app/components/Tombstone/Tombstone.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@

@media (max-width: globals.$mobile) {
flex-direction: column;
padding: 20px;
padding: 30px;
width: 100%;
}
}

.tombstone-name {
font-size: 2.3rem;
font-weight: bold;
font-size: 2.5rem;
// font-weight: bold;
margin-right: 10ch;
font-weight: 100;
}

.tombstone-date {
Expand All @@ -27,10 +29,11 @@

.tombstone-title {
font-size: 2.5rem;
font-weight: bold;
font-weight: 400;
font-style: italic;
}

.tombstone-medium {
font-size: 1.5rem;
font-size: 1.2rem;
font-weight: 100;
}
9 changes: 9 additions & 0 deletions app/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ main {
color: black !important;
}

td a {
color: #025ce7;
font-weight: 400;
text-decoration: none;
}
td a:visited {
color: rebeccapurple;
}

button {
// background-color: rgba(255, 255, 255, 1) !important;
background: none !important;
Expand Down

0 comments on commit 7874f39

Please sign in to comment.