This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-10 22:03:41 -05:00 committed by powe97
parent 9b16bc875d
commit a398faa29c
3 changed files with 19 additions and 18 deletions

View File

@ -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;

View File

@ -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);
}

View File

@ -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>