mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 13:45:33 +02:00
Removes animation on colorful theme, and updates initial config
This commit is contained in:
parent
c6f8a629f6
commit
5e10cb2140
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
<h1 align="center">Dashy</h1>
|
<h1 align="center">Dashy</h1>
|
||||||
<p align="center"><i>A static site linking to all running services for networking, management and monitoring</i></p>
|
<p align="center"><i>Dashy helps you organise your self-hosted services, by making them all accessible from a single place</i></p>
|
||||||
|
|
||||||
[](https://www.codacy.com/gh/Lissy93/dashy/dashboard)
|
[](https://www.codacy.com/gh/Lissy93/dashy/dashboard)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
pageInfo:
|
pageInfo:
|
||||||
title: Getting Started
|
title: Dashy
|
||||||
navLinks:
|
navLinks:
|
||||||
- title: Home
|
- title: Home
|
||||||
path: /
|
path: /
|
||||||
@ -9,10 +9,10 @@ pageInfo:
|
|||||||
- title: Source Code
|
- title: Source Code
|
||||||
path: https://github.com/Lissy93/dashy
|
path: https://github.com/Lissy93/dashy
|
||||||
appConfig:
|
appConfig:
|
||||||
theme: material-dark
|
theme: colorful
|
||||||
fontAwesomeKey: 0821c65656
|
fontAwesomeKey: 0821c65656
|
||||||
sections:
|
sections:
|
||||||
- name: Dashy
|
- name: Getting Started
|
||||||
items:
|
items:
|
||||||
- title: Source
|
- title: Source
|
||||||
description: Source code and documentation on GitHub
|
description: Source code and documentation on GitHub
|
||||||
@ -22,5 +22,12 @@ sections:
|
|||||||
description: View currently open issues, or raise a new one
|
description: View currently open issues, or raise a new one
|
||||||
icon: fas fa-bug
|
icon: fas fa-bug
|
||||||
url: https://github.com/Lissy93/dashy/issues
|
url: https://github.com/Lissy93/dashy/issues
|
||||||
|
- title: Demo 1
|
||||||
|
description: 'Live Demo #1'
|
||||||
|
icon: far fa-rocket
|
||||||
|
url: https://dashy-demo-1.netlify.app
|
||||||
|
- title: Demo 2
|
||||||
|
description: 'Live Demo #2'
|
||||||
|
icon: fad fa-planet-ringed
|
||||||
|
url: https://dashy-demo-2.netlify.app
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 23 KiB |
@ -190,6 +190,7 @@ html[data-theme='colorful'] {
|
|||||||
.item:nth-child(6n) { color: #afeb5c; border: 1px solid #afeb5c; }
|
.item:nth-child(6n) { color: #afeb5c; border: 1px solid #afeb5c; }
|
||||||
.item:nth-child(7n) { color: #ebb75c; border: 1px solid #ebb75c; }
|
.item:nth-child(7n) { color: #ebb75c; border: 1px solid #ebb75c; }
|
||||||
.item:nth-child(8n) { color: #eb615c; border: 1px solid #eb615c; }
|
.item:nth-child(8n) { color: #eb615c; border: 1px solid #eb615c; }
|
||||||
|
.tile-title span.text { transition: none; }
|
||||||
.item:hover, .item:focus {
|
.item:hover, .item:focus {
|
||||||
opacity: 0.85;
|
opacity: 0.85;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user