mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-06-16 15:17:15 +00:00
css and lighthouse stuff
This commit is contained in:
parent
1754cd1bfb
commit
a115f9c720
@ -4,14 +4,9 @@
|
|||||||
width: 70%;
|
width: 70%;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
header {
|
|
||||||
width: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: right;
|
text-align: center;
|
||||||
width: 100vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
|
@ -1321,13 +1321,13 @@ details > :not(summary) {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::-webkit-details-marker {
|
summary::marker {
|
||||||
color: #363636;
|
color: #363636;
|
||||||
color: var(--text-main);
|
color: var(--text-main);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
summary::-webkit-details-marker {
|
summary::marker {
|
||||||
color: #dbdbdb;
|
color: #dbdbdb;
|
||||||
color: var(--text-main);
|
color: var(--text-main);
|
||||||
}
|
}
|
||||||
@ -1399,7 +1399,7 @@ body > footer {
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary::-webkit-details-marker {
|
summary::marker {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1412,5 +1412,3 @@ body > footer {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=water.css.map */
|
|
||||||
|
11
index.html
11
index.html
@ -35,7 +35,6 @@
|
|||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||||
<link rel="manifest" href="/my.webmanifest" />
|
|
||||||
<meta name="theme-color" content="#FF00FF" />
|
<meta name="theme-color" content="#FF00FF" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -64,8 +63,14 @@
|
|||||||
Stock market bots that bring Stock and Cryptocurrency info to any group
|
Stock market bots that bring Stock and Cryptocurrency info to any group
|
||||||
chat.
|
chat.
|
||||||
</p>
|
</p>
|
||||||
<button>Telegram</button>
|
<button onclick="window.location.href='https://t.me/SimpleStockBot';">
|
||||||
<button>Discord</button>
|
Telegram
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
onclick="window.location.href='https://discordapp.com/api/oauth2/authorize?client_id=532045200823025666&permissions=0&scope=bot';"
|
||||||
|
>
|
||||||
|
Discord
|
||||||
|
</button>
|
||||||
</main>
|
</main>
|
||||||
<h2>Quotes</h2>
|
<h2>Quotes</h2>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user