Set up for v3

This commit is contained in:
Isaac
2021-02-15 18:34:59 +00:00
parent 7763889a2d
commit 9863c45fdf
60 changed files with 2762 additions and 5717 deletions

3
docs/.pages Normal file
View File

@@ -0,0 +1,3 @@
arrange:
- index.md
- ...

1
docs/README Normal file
View File

@@ -0,0 +1 @@
This documentation is intended to be access through the website (https://eartharoid.github.io/discordtickets)

0
docs/changelog.md Normal file
View File

BIN
docs/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
docs/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

1
docs/index.md Normal file
View File

@@ -0,0 +1 @@
# Home

View File

@@ -0,0 +1,24 @@
a code {
color: var(--md-primary-fg-color) !important;
background-color: rgba(213, 0, 44, 0.1) !important;
transition: color 125ms;
transition: background-color 125ms
}
a code:hover {
/* ONLY WORKS ON SLATE THEME
color: #81E8ED !important;
background-color: rgba(129, 232, 237, 0.1) !important; */
color: var(--md-primary-fg-color--dark) !important;
}
.md-announce {
background-color: var(--md-primary-fg-color--dark) !important;
color: white;
}
.md-announce a, .md-announce a:hover {
color: white !important;
/* text-decoration: underline; */
font-weight: bold;
}