wip
This commit is contained in:
@ -328,7 +328,10 @@ a.atb-green:hover {
|
||||
button.atb-green:hover {
|
||||
color: #1b947f;
|
||||
}
|
||||
|
||||
a.atb-green.active {
|
||||
color: #1b947f !important;
|
||||
border-color: #1b947f;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<ul class="navbar-nav mx-auto">
|
||||
{LOOP}
|
||||
<li class="nav-item">
|
||||
<a href="{url}" class="nav-link text-white">
|
||||
<a href="{url}" class="nav-link atb-green">
|
||||
{text}
|
||||
</a>
|
||||
</li>
|
||||
|
@ -1,7 +1,14 @@
|
||||
{
|
||||
"name": "All The Bookmarks",
|
||||
"short_name": "ATB",
|
||||
"description": "Easily save and manage all your bookmarks in one place.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#1e1e1e",
|
||||
"theme_color": "#85bd3e",
|
||||
"icons": [
|
||||
{ "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" },
|
||||
{ "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
|
||||
{ "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" }
|
||||
{ "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" },
|
||||
{ "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user