Skip to content

Commit 45bec33

Browse files
added css
1 parent d15fe52 commit 45bec33

8 files changed

Lines changed: 9 additions & 19 deletions

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
# 🐍 42 School Python Documentation & Project Notes
32

43
[![Documentation](https://img.shields.io/badge/docs-online-brightgreen)](https://sarafreitas-dev.github.io/42-Python-Documentation/)
File renamed without changes.

docs/MLX-42lib/Mlx Python Coordinate Systems Explained.pdf renamed to docs/MLX_42lib/Mlx Python Coordinate Systems Explained.pdf

File renamed without changes.

docs/MLX-42lib/Mlx Python Window And Menu State Management.pdf renamed to docs/MLX_42lib/Mlx Python Window And Menu State Management.pdf

File renamed without changes.
File renamed without changes.

docs/stylesheets/extra.css

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,38 @@
22

33
[data-md-color-scheme="slate"] {
44
--md-default-bg-color: #0f1724;
5+
--md-default-fg-color: #ffffff;
56
}
67

7-
/* MAIN TITLES */
8+
/* MAIN TITLE */
89

9-
h1 {
10+
.md-typeset h1 {
1011
font-size: 3rem;
1112
font-weight: 700;
12-
color: #ffffff;
13+
color: white;
1314
}
1415

1516
/* SECTION TITLES */
1617

17-
h2 {
18-
font-size: 2.1rem;
18+
.md-typeset h2 {
19+
font-size: 2rem;
1920
font-weight: 700;
2021
border-left: 4px solid #4f8cff;
2122
padding-left: 14px;
22-
color: #ffffff;
23+
color: white;
2324
}
2425

2526
/* CODE BLOCKS */
2627

27-
.highlight pre {
28+
.md-typeset pre > code {
2829
background-color: #1a2233 !important;
2930
border-radius: 14px;
30-
border: 1px solid rgba(255,255,255,0.06);
31-
padding: 1rem;
3231
}
3332

3433
/* INLINE CODE */
3534

36-
code {
37-
background-color: rgba(255,255,255,0.06);
35+
.md-typeset code {
3836
border-radius: 6px;
39-
padding: 2px 6px;
4037
}
4138

4239
/* SIDEBAR */
@@ -45,12 +42,6 @@ code {
4542
background-color: #111827;
4643
}
4744

48-
/* NAVIGATION LINKS */
49-
50-
.md-nav__link {
51-
font-size: 0.9rem;
52-
}
53-
5445
/* PAGE WIDTH */
5546

5647
.md-grid {

0 commit comments

Comments
 (0)