Skip to content

Commit

Permalink
Merge pull request #98 from MMB-UMCU/colors
Browse files Browse the repository at this point in the history
Update theme.scss
  • Loading branch information
MalbertR authored May 14, 2024
2 parents 1334c38 + 60cc34b commit fafc3e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions css/tags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
margin: 5px;
padding: 5px 15px;
border-radius: 999px;
color: $black;
background: $light-accent;
color: $white;
background: $dark-accent;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
Expand Down
6 changes: 3 additions & 3 deletions css/theme.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// colors for links, tags, etc.
// see colors.scss for available colors
$accent: $light-blue-500;
$light-accent: $light-blue-200;
// see palettes.scss for available colors
$accent: $light-blue-900;
$light-accent: $light-blue-700;
$dark-accent: $light-blue-900;

// font types
Expand Down

0 comments on commit fafc3e7

Please sign in to comment.