mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-14 18:28:16 +03:00
Dark mode
This provides a lightweight dark mode. This is a work in progress. There's darker styles when the operating system is in dark mode. If you would like to try it out I am currently applying this patch in my [home assistant addon][ha-addon]. closes #580 Screenshots -----------       [ha-addon]: https://github.com/samrocketman/addons-homeassistant/
This commit is contained in:
parent
2fdafd34ca
commit
8e4147ed20
4 changed files with 86 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
|||
<link rel="stylesheet" href="{{.basePath}}/static/dist/css/adminlte.min.css">
|
||||
<!-- Google Font: Source Sans Pro -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
|
||||
<!-- Custom css -->
|
||||
<link rel="stylesheet" href="{{.basePath}}/static/custom/css/darkmode.css">
|
||||
|
||||
<!-- START: On page css -->
|
||||
{{template "top_css" .}}
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
<link rel="stylesheet" href="{{.basePath}}/static/dist/css/adminlte.min.css">
|
||||
<!-- Google Font: Source Sans Pro -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
|
||||
<!-- Custom css -->
|
||||
<link rel="stylesheet" href="{{.basePath}}/static/custom/css/darkmode.css">
|
||||
</head>
|
||||
|
||||
<body class="hold-transition login-page">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue