Skip to content

Commit 6004a48

Browse files
committed
updating content
1 parent 7a682a3 commit 6004a48

File tree

5 files changed

+51
-196
lines changed

5 files changed

+51
-196
lines changed

docs/css/extra.css

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.md-header__button.md-logo {
2+
margin: 0;
3+
padding: 0;
4+
}
5+
.md-header__button.md-logo img, .md-header__button.md-logo svg {
6+
height: 48px;
7+
width: 70px;
8+
}
9+
10+
/* Custom styling for Prompt Admonition */
11+
.admonition.prompt {
12+
background-color: #f4f8ff; /* Light blue background */
13+
border-left: 5px solid #0056d6; /* Blue border */
14+
font-family: Arial, Helvetica, sans-serif/* Monospace font for prompts */
15+
padding: 1rem;
16+
}
17+
18+
.admonition.prompt .admonition-title {
19+
color: #0056d6; /* Blue title color */
20+
font-weight: bold;
21+
font-size: 1.1rem;
22+
}
23+
24+
/* Styling for the Copy Button */
25+
.admonition.prompt {
26+
position: relative;
27+
}
28+
29+
.admonition.prompt .copy-button {
30+
position: absolute;
31+
top: 10px;
32+
right: 10px;
33+
background-color: #0056d6;
34+
color: white;
35+
border: none;
36+
border-radius: 5px;
37+
padding: 0.3rem 0.6rem;
38+
cursor: pointer;
39+
font-size: 0.8rem;
40+
}
41+
42+
.admonition.prompt .copy-button:hover {
43+
background-color: #0041a4; /* Darker blue on hover */
44+
}
45+
46+
.copy-button::before {
47+
content: "\f0c5"; /* Clipboard icon from Font Awesome */
48+
font-family: "Font Awesome 5 Free";
49+
margin-right: 0.3rem;
50+
font-weight: 900;
51+
}

docs/glossary.md

Whitespace-only changes.

docs/img/rtc-ds3231-ebay.png

1.19 MB
Loading
983 KB
Loading

src/drivers/tm1637.py

Lines changed: 0 additions & 196 deletions
This file was deleted.

0 commit comments

Comments
 (0)