diff --git a/src/styles/shark-styles.scss b/src/styles/shark-styles.scss index 31c34e0..23fe69d 100644 --- a/src/styles/shark-styles.scss +++ b/src/styles/shark-styles.scss @@ -52,6 +52,15 @@ button { } } +h4, +h3 { + color: var(--color-lighter); +} + +h4 { + text-decoration: underline; +} + #modal-backdrop { position: fixed; top: 0;