feat(comment): add Telegram Comments support (#180)
This commit is contained in:
@@ -301,11 +301,6 @@
|
||||
.version {
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
color: $global-highlight-color;
|
||||
|
||||
.dark-theme & {
|
||||
color: $global-highlight-color-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -32,10 +32,6 @@ $global-link-hover-color-dark: #fff !default;
|
||||
// Color of the border
|
||||
$global-border-color: #dcdcdc !default;
|
||||
$global-border-color-dark: #4a4b50 !default;
|
||||
|
||||
// Color of the highlight
|
||||
$global-highlight-color: #df1a08 !default;
|
||||
$global-highlight-color-dark: #fff !default;
|
||||
// ========== Global ========== //
|
||||
|
||||
// ========== Scrollbar ========== //
|
||||
|
||||
Reference in New Issue
Block a user