mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
More more updates
* Removed all instances of "og:image:secure_url" meta tag. * Updated some border colors.
This commit is contained in:
parent
62ccfe5fee
commit
26f092d865
@ -22,7 +22,6 @@
|
||||
<meta property="og:title" content="lolisafe.moe | A small safe worth protecting." />
|
||||
<meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />
|
||||
<meta property="og:image" content="http://lolisafe.moe/images/logo_square.png" />
|
||||
<meta property="og:image:secure_url" content="https://safe.fiery.me/images/logo_square.png" />
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">
|
||||
|
@ -23,7 +23,6 @@
|
||||
<meta property="og:title" content="lolisafe.moe | A small safe worth protecting." />
|
||||
<meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />
|
||||
<meta property="og:image" content="http://lolisafe.moe/images/logo_square.png" />
|
||||
<meta property="og:image:secure_url" content="https://safe.fiery.me/images/logo_square.png" />
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">
|
||||
|
@ -23,7 +23,6 @@
|
||||
<meta property="og:title" content="lolisafe.moe | A small safe worth protecting." />
|
||||
<meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />
|
||||
<meta property="og:image" content="http://lolisafe.moe/images/logo_square.png" />
|
||||
<meta property="og:image:secure_url" content="https://safe.fiery.me/images/logo_square.png" />
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">
|
||||
@ -120,7 +119,7 @@
|
||||
}
|
||||
|
||||
.menu-list li ul {
|
||||
border-left-color: #31363b;
|
||||
border-left-color: #898b8d;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
<meta property="og:title" content="lolisafe.moe | A small safe worth protecting." />
|
||||
<meta property="og:description" content="A pomf-like file uploading service that doesn't suck." />
|
||||
<meta property="og:image" content="http://lolisafe.moe/images/logo_square.png" />
|
||||
<meta property="og:image:secure_url" content="https://safe.fiery.me/images/logo_square.png" />
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="lolisafe.moe | A small safe worth protecting.">
|
||||
|
@ -139,7 +139,7 @@ a:hover {
|
||||
}
|
||||
|
||||
section#home h3#links span {
|
||||
color: #4d4d4d;
|
||||
color: #898b8d;
|
||||
}
|
||||
|
||||
section#home #b {
|
||||
@ -147,3 +147,7 @@ section#home #b {
|
||||
height: 200px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
hr {
|
||||
background-color: #898b8d;
|
||||
}
|
||||
|
@ -22,7 +22,6 @@
|
||||
<meta property="og:title" content="{{ title }} | {{ count }} files" />
|
||||
<meta property="og:description" content="lolisafe.moe | A small safe worth protecting." />
|
||||
<meta property="og:image" content="{{ thumb }}" />
|
||||
<meta property="og:image:secure_url" content="{{ thumb }}" />
|
||||
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="{{ title }} | {{ count }} files">
|
||||
|
Loading…
Reference in New Issue
Block a user