Skip to content

Commit

Permalink
* css files
Browse files Browse the repository at this point in the history
  • Loading branch information
CalamityC committed Mar 22, 2024
1 parent 7345a96 commit ae6082d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion rdmo/projects/assets/scss/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,19 @@ a.disabled {
position: sticky;
top: 0;
z-index: 1;
background-color: white; /* Add desired background color */
background-color: white;
}

.elliptic-button {
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
display: inline-block;
}

.elliptic-button:hover,
.elliptic-button:focus {
text-decoration: none;
background-color: #eeeeee;
}
2 changes: 1 addition & 1 deletion rdmo/projects/static/projects/css/projects.css
Original file line number Diff line number Diff line change
Expand Up @@ -9672,7 +9672,7 @@ a.disabled {
position: sticky;
top: 0;
z-index: 1;
background-color: white; /* Add desired background color */
background-color: white;
}

.elliptic-button {
Expand Down

0 comments on commit ae6082d

Please sign in to comment.