mirror of
https://github.com/quatalog/site.git
synced 2024-11-04 22:14:30 +00:00
Fix CSS
This commit is contained in:
parent
437026a6e9
commit
6b82932df9
|
@ -21,7 +21,7 @@
|
|||
font-size: calc(1vmin + 12px);
|
||||
}
|
||||
|
||||
body{
|
||||
body {
|
||||
background-color: var(--deep-purple);
|
||||
overflow-x:hidden;
|
||||
margin: 0;
|
||||
|
@ -73,10 +73,11 @@ p {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
p a, p svg{
|
||||
p a, p svg {
|
||||
color: var(--quacs-midtone);
|
||||
fill: var(--quacs-midtone);
|
||||
height: 4vmin;
|
||||
max-height: 4vmin;
|
||||
width: 4vmin;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
|
@ -90,7 +91,7 @@ p a:hover, p a:hover svg {
|
|||
}
|
||||
|
||||
/* HEADER */
|
||||
#qlog-header{
|
||||
#qlog-header {
|
||||
border-bottom: 0.2vmin solid var(--quacs-yellow);
|
||||
width: 100%;
|
||||
min-height: 5.25vmin;
|
||||
|
|
|
@ -236,7 +236,7 @@
|
|||
font-family: 'proxima-nova';
|
||||
}
|
||||
|
||||
.code-icon svg{
|
||||
.code-icon svg {
|
||||
width: 0.9rem;
|
||||
max-height: 0.9rem;
|
||||
text-align: justify!important;
|
||||
|
@ -247,16 +247,16 @@
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
#yes-code-icon svg{
|
||||
#yes-code-icon svg {
|
||||
fill: var(--green);
|
||||
}
|
||||
#no-code-icon svg{
|
||||
#no-code-icon svg {
|
||||
fill: var(--red);
|
||||
}
|
||||
#diff-code-icon svg{
|
||||
#diff-code-icon svg {
|
||||
fill: var(--quacs-yellow);
|
||||
}
|
||||
#nil-code-icon svg{
|
||||
#nil-code-icon svg {
|
||||
fill: var(--mid-light-purple);
|
||||
}
|
||||
|
||||
|
|
18
index.html
18
index.html
|
@ -9,16 +9,16 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="./favicon/site.webmanifest">
|
||||
|
||||
<link rel="stylesheet" href="css/common.css" />
|
||||
<link rel="stylesheet" href="css/home.css" />
|
||||
<meta property="og:title" content="Quatalog" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://quatalog.com" />
|
||||
<link rel="stylesheet" href="css/common.css"/>
|
||||
<link rel="stylesheet" href="css/home.css"/>
|
||||
<meta property="og:title" content="Quatalog"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="https://quatalog.com"/>
|
||||
<meta property="og:description" content="It's like the catalog but based"/>
|
||||
<meta property="og:image" content="https://quatalog.com/images/quatalogVWordmarkBacking.png" />
|
||||
<meta property="og:image:width" content="512" />
|
||||
<meta property="og:image:height" content="256" />
|
||||
<meta property="og:image:alt" content="Quatalog wordmark" />
|
||||
<meta property="og:image" content="https://quatalog.com/images/quatalogVWordmarkBacking.png"/>
|
||||
<meta property="og:image:width" content="512"/>
|
||||
<meta property="og:image:height" content="256"/>
|
||||
<meta property="og:image:alt" content="Quatalog wordmark"/>
|
||||
|
||||
<script src="js/search_helper.js"></script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue