Skip to content

Commit

Permalink
update main.css colors (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdhamilton authored Feb 3, 2025
2 parents 00c245f + 2b40496 commit 51af5ed
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions website/themes/diflabs/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,6 @@ footer {
margin-top: 40px;
}

.terminal-wrapper {
display: flex;
justify-content: center;
align-items: center;
background-color: #000; /* Optional: Set a background color */
margin: 0; /* Remove any default margins */
}

.logo a {
color: #66FF66;
text-decoration: none;
Expand Down Expand Up @@ -214,12 +206,12 @@ a {

a:visited {
color: #ADD8E6; /* Change visited link color to yellow */
border-bottom: 2px dashed #ADD8E6; /* Change underline color for visited links */
border-bottom: 2px dashed #4F7942; /* Change underline color for visited links */
}

a:hover {
color: #FFCC00; /* Change hover color to yellow */
border-bottom: 2px dashed #FFCC00; /* Change underline color on hover */
border-bottom: 2px dashed #98FB98; /* Change underline color on hover */
}

nav a:hover {
Expand Down

0 comments on commit 51af5ed

Please sign in to comment.