mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
cleanup
This commit is contained in:
18
index.html
18
index.html
@@ -4,11 +4,11 @@
|
||||
<title>Card Conjurer</title>
|
||||
<div class="title"><img src="images/title.png"></div>
|
||||
<!-- Favicon craziness! -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
||||
<link rel="manifest" href="site.webmanifest">
|
||||
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#64ca2f">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
|
||||
<link rel="manifest" href="favicons/site.webmanifest">
|
||||
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#64ca2f">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||
<meta name="msapplication-TileColor" content="#00a300">
|
||||
<meta name="msapplication-config" content="browserconfig.xml">
|
||||
@@ -391,12 +391,6 @@
|
||||
|
||||
/*Color Palette*/
|
||||
:root {
|
||||
/*Green*/
|
||||
/*--color-a: #13c800;
|
||||
--color-b: #13c80080;
|
||||
--color-c: #034e10;
|
||||
--color-d: #013d0b80;
|
||||
--color-e: #013d0b;*/
|
||||
/*Regular*/
|
||||
--color-a: #073c00;
|
||||
--color-b: #073c0040;
|
||||
@@ -409,12 +403,10 @@
|
||||
* {
|
||||
font-family: belerenb;
|
||||
font-size: 6vw;
|
||||
/*font-size: 24px;*/
|
||||
user-select: none;
|
||||
color: #ddd;
|
||||
}
|
||||
html {
|
||||
/*background: linear-gradient(#252522, #101010) no-repeat center center fixed;*/
|
||||
background: url("data/background.png") no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
|
Reference in New Issue
Block a user