Skip to content

Commit

Permalink
Merge branch 'main' into feat/component-classes-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessOne1917 authored Jun 20, 2023
2 parents 5033b02 + 671d903 commit 5960b85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
}

.upvote:hover {
color: var(--info);
color: var(--bs-info);
}

.upvote {
margin-bottom: -5px;
}

.downvote:hover {
color: var(--danger);
color: var(--bs-danger);
}

.downvote {
Expand Down Expand Up @@ -85,7 +85,7 @@
}

.post-title a:visited {
color: var(--gray) !important;
color: var(--bs-gray) !important;
}

.icon {
Expand Down Expand Up @@ -175,7 +175,7 @@
}

blockquote {
border-left: 2px solid var(--secondary);
border-left: 2px solid var(--bs-secondary);
margin: 0.5em 5px;
padding: 0.1em 5px;
}
Expand Down Expand Up @@ -214,7 +214,7 @@ blockquote {
}

hr {
border-top: 1px solid var(--light);
border-top: 1px solid var(--bs-light);
}

.emoji {
Expand Down Expand Up @@ -371,7 +371,7 @@ br.big {
margin-top: 2px;
padding: 0;
list-style: none;
background: var(--light);
background: var(--bs-light);
}

.tribute-container li {
Expand All @@ -380,7 +380,7 @@ br.big {
}

.tribute-container li.highlight {
background: var(--primary);
background: var(--bs-primary);
}

.tribute-container li span {
Expand Down

0 comments on commit 5960b85

Please sign in to comment.