mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-16 10:13:22 -06:00
complete refactor of styling to dark theme with neon turquoise colors via bulma variables
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
{% block head %}
|
||||
<meta charset="utf-8">
|
||||
@@ -12,9 +12,9 @@
|
||||
<body class="has-navbar-fixed-top">
|
||||
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="/">
|
||||
Simple Viewer
|
||||
</a>
|
||||
<h1 class="navbar-item">
|
||||
<a href="/">Simple Viewer</a>
|
||||
</h1>
|
||||
</div>
|
||||
<div class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
|
||||
Reference in New Issue
Block a user