Skip to content

Commit

Permalink
Add Cyan theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
hathlife committed Apr 27, 2020
1 parent b40bf81 commit 56e1847
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions assets/themes/cyan.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
body {}

td>a:hover {
color: #4cc0cf;
font-weight: normal;
}

td>a {
color: rgb(51, 51, 51);
}

a:hover {
font-weight: bold;
}

.navbar {
background-color: #00BCD4;
border-color: #0097A7;
}

.navbar .navbar-brand {
color: white;
}

.navbar {
border-radius: 0px;
}

.navbar-default ul.navbar-nav>li>a {
color: white;
}

0 comments on commit 56e1847

Please sign in to comment.