Skip to content

Commit

Permalink
changed buttons color
Browse files Browse the repository at this point in the history
  • Loading branch information
acmoune committed May 31, 2024
1 parent cc6d047 commit fe0af7a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/OsanWebsite.Web/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
text-align: center;
border-radius: 5px;
color: white;
background-color: #db0842;
background-color: #ba425e;
border: 1px solid #de8499;
display: block;
font-weight: normal;
}

.osan-btn:hover {
background-color: #bb0538;
background-color: #aa304c;
color: white;
text-decoration: none;
}
Expand Down Expand Up @@ -54,7 +55,7 @@ body {
.feed-header {
display: flex;
padding-bottom: 0px;
border-bottom: 1px solid #db0842;
border-bottom: 1px solid #ba425e;
z-index: 999;
}

Expand All @@ -80,8 +81,8 @@ a.feed-menu {
}

span.feed-menu {
background: rgb(219, 8, 66); /* Fallback for older browsers without RGBA-support */
background: rgba(219, 8, 66, 0.95);
background: rgb(186, 66, 94); /* Fallback for older browsers without RGBA-support */
background: rgba(186, 66, 94, 0.95);
color: white;
}

Expand Down

0 comments on commit fe0af7a

Please sign in to comment.