|
|
@ -14,10 +14,8 @@ |
|
|
// You should have received a copy of the GNU Affero General Public License |
|
|
// You should have received a copy of the GNU Affero General Public License |
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>. |
|
|
|
|
|
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap"); |
|
|
|
|
|
|
|
|
|
|
|
* |
|
|
* |
|
|
font-family: 'Quicksand', sans-serif |
|
|
|
|
|
|
|
|
font-family: sans-serif |
|
|
|
|
|
|
|
|
body |
|
|
body |
|
|
margin: 0 |
|
|
margin: 0 |
|
|
@ -94,7 +92,7 @@ nav |
|
|
border-bottom: $nav-bottom-highlight solid transparent |
|
|
border-bottom: $nav-bottom-highlight solid transparent |
|
|
|
|
|
|
|
|
&.visible |
|
|
&.visible |
|
|
border-bottom-color: green |
|
|
|
|
|
|
|
|
border-bottom-color: #1E90FF |
|
|
|
|
|
|
|
|
> div.sticker |
|
|
> div.sticker |
|
|
width: $nav-sticker-size |
|
|
width: $nav-sticker-size |
|
|
|