mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-16 23:24:58 +00:00
deploy: 01dd857ef6
This commit is contained in:
+4
-2
@@ -1,3 +1,4 @@
|
||||
h1,
|
||||
#article h1 {
|
||||
font-size: 38px;
|
||||
font-weight: 700;
|
||||
@@ -19,9 +20,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dark h1,
|
||||
.dark #article h1 {
|
||||
background: -webkit-linear-gradient(to bottom, #70F0F9 100%, #70F0F9 100%);
|
||||
background: linear-gradient(to bottom, #70F0F9 100%, #70F0F9 100%);
|
||||
background: -webkit-linear-gradient(to bottom, #70F0F9 0%, #70F0F9 33%, #50D8F1 100%);
|
||||
background: linear-gradient(to bottom, #70F0F9 0%, #70F0F9 33%, #50D8F1 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
|
||||
@@ -233,6 +233,7 @@ header#navbar ul.sub-menu {
|
||||
max-height: calc(100vh - 70px);
|
||||
position: absolute;
|
||||
background: #fff;
|
||||
border: solid 1px #f2f2f7;
|
||||
top: calc(100% + 8px);
|
||||
padding: 16px 0;
|
||||
min-width: 180px;
|
||||
@@ -245,6 +246,7 @@ header#navbar ul.sub-menu {
|
||||
|
||||
.dark header#navbar ul.sub-menu {
|
||||
background: #181e43;
|
||||
border: none;
|
||||
}
|
||||
|
||||
header#navbar ul.sub-menu li a {
|
||||
|
||||
+5
-5
@@ -87,8 +87,8 @@ header {
|
||||
}
|
||||
|
||||
.dark #doc h1 {
|
||||
background: -webkit-linear-gradient(to bottom, #70F0F9 100%, #70F0F9 100%);
|
||||
background: linear-gradient(to bottom, #70F0F9 100%, #70F0F9 100%);
|
||||
background: -webkit-linear-gradient(to bottom, #70F0F9 0%, #70F0F9 33%, #50D8F1 100%);
|
||||
background: linear-gradient(to bottom, #70F0F9 0%, #70F0F9 33%, #50D8F1 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
@@ -235,7 +235,7 @@ header {
|
||||
}
|
||||
|
||||
.dark #doc main aside {
|
||||
background-color: #17203D;
|
||||
background-color: #000832;
|
||||
}
|
||||
|
||||
#doc main aside ul {
|
||||
@@ -305,13 +305,13 @@ header {
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #F3F6F7;
|
||||
background-color: #F3FAFF;
|
||||
opacity: 0.9;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.dark #doc main.overlay::after {
|
||||
background-color: #0C0B13;
|
||||
background-color: #000832;
|
||||
}
|
||||
|
||||
#doc main article {
|
||||
|
||||
+7
-7
@@ -265,8 +265,8 @@ a{
|
||||
}
|
||||
|
||||
.dark .gradient-text {
|
||||
background: -webkit-linear-gradient(to bottom, #70F0F9 100%, #70F0F9 100%);
|
||||
background: linear-gradient(to bottom, #70F0F9 100%, #70F0F9 100%);
|
||||
background: -webkit-linear-gradient(to bottom, #70F0F9 0%, #70F0F9 33%, #50D8F1 100%);
|
||||
background: linear-gradient(to bottom, #70F0F9 0%, #70F0F9 33%, #50D8F1 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
@@ -275,7 +275,7 @@ a{
|
||||
|
||||
.dark .border-gradient {
|
||||
background:
|
||||
linear-gradient(#11182F, #11182F) padding-box,
|
||||
linear-gradient(#0B2A59, #0B2A59) padding-box,
|
||||
linear-gradient(to bottom, transparent, #01F1FF 58%) border-box;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
@@ -294,7 +294,7 @@ a{
|
||||
|
||||
.dark .unique-swiper .border-gradient{
|
||||
background:
|
||||
linear-gradient(#0C0B13, #0C0B13) padding-box,
|
||||
linear-gradient(#000832, #000832) padding-box,
|
||||
linear-gradient(to bottom, transparent, #01F1FF 58%) border-box;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
@@ -839,13 +839,13 @@ p a{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color:#F3F6F7;
|
||||
background-color:#F3FAFF;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.dark .glossary-overlay::before {
|
||||
content: '';
|
||||
background-color: #0C0B13;
|
||||
background-color: #000832;
|
||||
}
|
||||
|
||||
.glossary-overlay .overlay-card{
|
||||
@@ -864,7 +864,7 @@ p a{
|
||||
}
|
||||
|
||||
.dark .glossary-overlay .overlay-card{
|
||||
background-color: #17203D;
|
||||
background-color: #071C46;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
|
||||
+34
-24
@@ -1429,9 +1429,9 @@ video {
|
||||
background-color: rgb(1 151 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-\[\#17203D\] {
|
||||
.bg-\[\#071C46\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
|
||||
background-color: rgb(7 28 70 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-\[\#48F6C2\] {
|
||||
@@ -1439,6 +1439,11 @@ video {
|
||||
background-color: rgb(72 246 194 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-\[\#C1E3FE\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(193 227 254 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-\[\#D3E9FF\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(211 233 255 / var(--tw-bg-opacity));
|
||||
@@ -1454,9 +1459,9 @@ video {
|
||||
background-color: rgb(219 238 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-\[\#F3F6F7\] {
|
||||
.bg-\[\#F3FAFF\] {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
|
||||
background-color: rgb(243 250 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-\[\#fff\] {
|
||||
@@ -1491,7 +1496,7 @@ video {
|
||||
|
||||
.bg-secondary-bg-light {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
|
||||
background-color: rgb(243 250 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-transparent {
|
||||
@@ -2049,7 +2054,7 @@ video {
|
||||
.before\:bg-secondary-bg-light::before {
|
||||
content: var(--tw-content);
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
|
||||
background-color: rgb(243 250 255 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.before\:opacity-90::before {
|
||||
@@ -2140,19 +2145,29 @@ video {
|
||||
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[\#000832\]) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(0 8 50 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[\#050920\]) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(5 9 32 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[\#071C46\]) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(7 28 70 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[\#080D25\]) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(8 13 37 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[\#0C0B13\]) {
|
||||
:is(.dark .dark\:bg-\[\#0B2A59\]) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[\#11182F\]) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(17 24 47 / var(--tw-bg-opacity));
|
||||
background-color: rgb(11 42 89 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[\#171F3A\]) {
|
||||
@@ -2160,11 +2175,6 @@ video {
|
||||
background-color: rgb(23 31 58 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[\#17203D\]) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-\[rgba\(112\2c 240\2c 249\2c 0\.2\)\]) {
|
||||
background-color: rgba(112,240,249,0.2);
|
||||
}
|
||||
@@ -2176,7 +2186,7 @@ video {
|
||||
|
||||
:is(.dark .dark\:bg-card-bg-dark) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
|
||||
background-color: rgb(7 28 70 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-card-desc-bg-dark) {
|
||||
@@ -2191,7 +2201,7 @@ video {
|
||||
|
||||
:is(.dark .dark\:bg-primary-bg-dark) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
|
||||
background-color: rgb(0 8 50 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-primary-dark) {
|
||||
@@ -2201,7 +2211,7 @@ video {
|
||||
|
||||
:is(.dark .dark\:bg-secondary-bg-dark) {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(17 24 47 / var(--tw-bg-opacity));
|
||||
background-color: rgb(11 42 89 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-opacity-\[0\.2\]) {
|
||||
@@ -2209,7 +2219,7 @@ video {
|
||||
}
|
||||
|
||||
:is(.dark .dark\:bg-gradient-radial-mobile) {
|
||||
background-image: radial-gradient(77.4% 73.09% at -3.68% 100%, #17203D 0%, #0C0B13 100%);
|
||||
background-image: radial-gradient(77.4% 73.09% at -3.68% 100%, #071C46 0%, #000832 100%);
|
||||
}
|
||||
|
||||
:is(.dark .dark\:fill-primary-dark) {
|
||||
@@ -2268,7 +2278,7 @@ video {
|
||||
:is(.dark .dark\:before\:bg-primary-bg-dark)::before {
|
||||
content: var(--tw-content);
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
|
||||
background-color: rgb(0 8 50 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
@@ -2669,7 +2679,7 @@ video {
|
||||
}
|
||||
|
||||
:is(.dark .dark\:lg\:bg-gradient-radial) {
|
||||
background-image: radial-gradient(88.77% 102.03% at 92.64% -13.22%, #17203D 0%, #0C0B13 100%);
|
||||
background-image: radial-gradient(88.77% 102.03% at 92.64% -13.22%, #071C46 0%, #000832 100%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user