mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 14:59:02 +00:00
fixed navbar icon for mobile
This commit is contained in:
@@ -119,6 +119,9 @@ body {
|
||||
color: #616161;
|
||||
border-bottom: 2px solid #6c6c6c;
|
||||
}
|
||||
.navbar-toggler-icon {
|
||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.active {
|
||||
border-color: #b3b3b3;
|
||||
|
||||
Reference in New Issue
Block a user