dsffds
This commit is contained in:
parent
dbfb595ee6
commit
4e3c8b977b
10 changed files with 20 additions and 32 deletions
|
@ -1,3 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
:root {
|
||||
--dark: #3E2C18;
|
||||
--secondary: #F0E0D6;
|
||||
|
|
|
@ -2,10 +2,6 @@ html {
|
|||
cursor:url('https://i.ibb.co/4VZB08S/Image.webp'), auto;
|
||||
}
|
||||
|
||||
/*body {
|
||||
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
|
||||
}*/
|
||||
|
||||
.nav-item .text-small.font-weight-bold::before {
|
||||
content: "((("
|
||||
}
|
||||
|
@ -17,18 +13,4 @@ html {
|
|||
}
|
||||
.nav-item .text-small-extra.text-purple i {
|
||||
font-size: 11px !important
|
||||
}
|
||||
|
||||
/*h1, h2, h3, h4, h5, h6, p, span, label {
|
||||
background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
a {
|
||||
background-image: linear-gradient(to left, #00f2fb, #ff7f7f, white, white, #ff7f7f, #00f2fb);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
color: transparent;
|
||||
}*/
|
||||
}
|
|
@ -1,3 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
:root {
|
||||
--dark: #3E2C18;
|
||||
--secondary: #DDD2C4;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@import url("https://pcmemes.ga/assets/css/main.css");
|
||||
|
||||
:root {
|
||||
--dark: #383838;
|
||||
--secondary: #383838;
|
||||
|
@ -33,8 +37,6 @@
|
|||
--reddit: #ED4630;
|
||||
}
|
||||
|
||||
@import url("https://pcmemes.ga/assets/css/main.css");
|
||||
|
||||
* {
|
||||
border-color: var(--primary);
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,10 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* Bootstrap v4.4.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2019 The Bootstrap Authors
|
||||
* Copyright 2011-2019 Twitter, Inc.
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
:root {
|
||||
--blue: #007bff;
|
||||
--indigo: #6610f2;
|
||||
|
@ -14721,6 +14716,4 @@ textarea {
|
|||
.navbar {
|
||||
padding: 0.5rem 3rem 0.3rem 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
}
|
|
@ -1,3 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
:root {
|
||||
--dark: #8b949e;
|
||||
--secondary: #8b949e;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
:root {
|
||||
--dark: #383838;
|
||||
--secondary: #383838;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
:root {
|
||||
--dark: #00001f;
|
||||
--secondary: #ff66ac;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
:root {
|
||||
--dark: #fff;
|
||||
--secondary: #000000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue