1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Update system

This commit is contained in:
2020-06-19 18:03:52 +02:00
parent 0d10a93bf8
commit 42e0353393
15 changed files with 197 additions and 31 deletions

View File

@ -14,6 +14,7 @@
"char": seagreen,
"varchar": seagreen,
"text": seagreen,
"mediumtext": seagreen,
"int": cornflowerblue,
"tinyint": cornflowerblue,
@ -23,6 +24,7 @@
"datetime": coral,
"date": coral,
"time": coral,
"timestamp": coral,
"bit": lightskyblue,

View File

@ -7,6 +7,7 @@
@import "mdi-additions";
@import "db-icons";
@import "~spectre.css/src/spectre";
@import "~spectre.css/src/spectre-exp";
body{
user-select: none;