mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 00:31:27 +03:00
Set up for v3
This commit is contained in:
3
docs/.pages
Normal file
3
docs/.pages
Normal file
@@ -0,0 +1,3 @@
|
||||
arrange:
|
||||
- index.md
|
||||
- ...
|
1
docs/README
Normal file
1
docs/README
Normal 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
0
docs/changelog.md
Normal file
BIN
docs/img/favicon.ico
Normal 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
BIN
docs/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
1
docs/index.md
Normal file
1
docs/index.md
Normal file
@@ -0,0 +1 @@
|
||||
# Home
|
24
docs/stylesheets/extra.css
Normal file
24
docs/stylesheets/extra.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user