mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-02 06:02:19 +00:00
Basic auth flow
This commit is contained in:
parent
965df85383
commit
50154a009c
8 changed files with 265 additions and 20 deletions
9
web/src/Components/Navigation.css
Normal file
9
web/src/Components/Navigation.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
.navLink {
|
||||
padding: 0 15px 0 15px;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
.navLink:hover {
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue