mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-23 04:34:44 +03: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>
|
||||
<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>
|
||||
|
||||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3be23a4a3a8a4689bd47745b201ecb74)](https://www.codacy.com/gh/Lissy93/dashy/dashboard)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
pageInfo:
|
||||
title: Getting Started
|
||||
title: Dashy
|
||||
navLinks:
|
||||
- title: Home
|
||||
path: /
|
||||
@ -9,10 +9,10 @@ pageInfo:
|
||||
- title: Source Code
|
||||
path: https://github.com/Lissy93/dashy
|
||||
appConfig:
|
||||
theme: material-dark
|
||||
theme: colorful
|
||||
fontAwesomeKey: 0821c65656
|
||||
sections:
|
||||
- name: Dashy
|
||||
- name: Getting Started
|
||||
items:
|
||||
- title: Source
|
||||
description: Source code and documentation on GitHub
|
||||
@ -22,5 +22,12 @@ sections:
|
||||
description: View currently open issues, or raise a new one
|
||||
icon: fas fa-bug
|
||||
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(7n) { color: #ebb75c; border: 1px solid #ebb75c; }
|
||||
.item:nth-child(8n) { color: #eb615c; border: 1px solid #eb615c; }
|
||||
.tile-title span.text { transition: none; }
|
||||
.item:hover, .item:focus {
|
||||
opacity: 0.85;
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user