調整HTML區塊預設CSS樣式
This commit is contained in:
@ -7,6 +7,8 @@
|
||||
// Bootstrap
|
||||
@import 'bootstrap/scss/bootstrap';
|
||||
|
||||
|
||||
|
||||
body {
|
||||
background-color: #88BBE5;
|
||||
}
|
||||
@ -551,4 +553,24 @@ body {
|
||||
.footer-bar-inner {
|
||||
max-width: 956px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.main-area .reset-container,
|
||||
.main-area .reset-container * {
|
||||
all: revert;
|
||||
all: revert-layer;
|
||||
}
|
||||
/* 可選:恢復 div 的塊級特性 */
|
||||
.main-area .reset-container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.main-area .reset-container > * {
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
.anchor-point {
|
||||
text-decoration: none;
|
||||
color: unset;
|
||||
}
|
Reference in New Issue
Block a user