-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextra.css
69 lines (58 loc) · 1.29 KB
/
extra.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@import url("https://fonts.googleapis.com/css2?family=Akshar:[email protected]&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* https://coolors.co/88ccf1-c1dff0-3587a4-2d848a-2d898b */
.md-footer {
background-color: transparent;
backdrop-filter: blur(10px);
color: #2d898b !important;
}
.md-footer__link .md-footer__title{
margin:0;
}
.md-footer__inner{
margin:0;
bottom:-10px
}
.md-footer a {
-webkit-transform: scale(0.7111);
-moz-transform: scale(0.7111);
-ms-transform: scale(0.7111);
transform: scale(0.7111);
/* width:100vw */
/* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); */
}
.md-header {
background-color: #3587a4
}
.md-header__title{
color: white !important;
font-family: "Akshar", sans-serif;
}
h1,h2,h3,h4,h5,h7,h7,h8,h9{
font-family: "Akshar", sans-serif;
}
.md-search__form {
height: 1.4rem;
border-radius: 10px;
}
body{
left:0;
top:0;
width:100vw;
position:absolute;
}
*{
font-family: "Plus Jakarta Sans", serif;
}
a{
color: #88ccf1;
}
/* Style for iframes */
iframe {
border: none; /* Removes the border */
overflow: hidden; /* Hides scrollbars */
width: 100%; /* Optional: Set iframe width to fill its container */
height: 500px; /* Set a default height; adjust as needed */
}