Skip to content

Commit 8beda7e

Browse files
committed
changing coler, adding borders to tables, changing favicon
1 parent bd0eafd commit 8beda7e

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

assets/scss/_variables_project.scss

+33-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ Add styles or override variables from the theme here.
66

77
/* https://www.docsy.dev/docs/adding-content/lookandfeel/ */
88

9-
.td-navbar {
10-
background: #009bf4 !important;
11-
}
12-
139
$primary: #009bf4;
1410
$secondary: #adadad;
11+
$dark: #adadad;
1512

1613
$enable-gradients: true;
1714
$enable-rounded: true;
@@ -20,3 +17,35 @@ $enable-shadows: true;
2017
$td-enable-google-fonts: true;
2118
$google_font_name: "Montserrat";
2219
$google_font_family: "Montserrat:300,300i,400,400i,800,800i";
20+
21+
.td-navbar {
22+
background: #009bf4 !important;
23+
}
24+
25+
footer {
26+
background: #adadad !important;
27+
}
28+
29+
table {
30+
border-collapse: collapse;
31+
width: 100%;
32+
margin-top: 3rem !important;
33+
margin-bottom: 3rem !important;
34+
}
35+
36+
th, td {
37+
border: 1px solid #dee2e6;
38+
padding: 0.75rem;
39+
text-align: left;
40+
}
41+
42+
blockquote {
43+
margin-top: 2rem;
44+
margin-bottom: 2rem;
45+
}
46+
47+
img {
48+
margin-top: 1.2rem;
49+
border: 1px solid #dee2e6;
50+
margin-bottom: 2rem;
51+
}

static/favicons/favicon-16x16.png

697 Bytes
Loading

static/favicons/favicon-32x32.png

365 Bytes
Loading

static/favicons/favicon.ico

6.11 KB
Binary file not shown.

0 commit comments

Comments
 (0)