mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Add SMBus support
This commit is contained in:
@@ -20,20 +20,20 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro|Roboto&display=swap');
|
||||
|
||||
.color-theme-2 .dropdown-menu {
|
||||
background-color: #222225;
|
||||
background-color: #363b40;
|
||||
}
|
||||
|
||||
.color-theme-2 .dropdown-menu .dropdown-caret .caret-inner {
|
||||
border-bottom: 9px solid #222225;
|
||||
border-bottom: 9px solid #363b40;
|
||||
}
|
||||
|
||||
.book.color-theme-2 .book-body {
|
||||
color: #ccc;
|
||||
background: #151519;
|
||||
background: #2d3033;
|
||||
}
|
||||
|
||||
.book.color-theme-2 .book-body .page-wrapper .page-inner section {
|
||||
background: #151519;
|
||||
background: #2d3033;
|
||||
}
|
||||
|
||||
.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal {
|
||||
@@ -41,12 +41,12 @@
|
||||
}
|
||||
|
||||
.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code {
|
||||
background: #222225;
|
||||
border-color: #222225;
|
||||
background: #363b40;
|
||||
border-color: #363b40;
|
||||
}
|
||||
|
||||
.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal table tr {
|
||||
background-color: #222225;
|
||||
background-color: #363b40;
|
||||
}
|
||||
|
||||
.book.color-theme-2 .book-header h1 {
|
||||
@@ -54,7 +54,7 @@
|
||||
}
|
||||
|
||||
.book.color-theme-2 .book-summary {
|
||||
background: #222225;
|
||||
background: #363b40;
|
||||
}
|
||||
|
||||
.book.font-family-1, .book.font-family-1 .book-summary {
|
||||
|
||||
Reference in New Issue
Block a user