Change pre code css in markdown

This commit is contained in:
cuom1999 2024-01-18 19:46:41 -06:00
parent d75a498d18
commit aef795b40c
24 changed files with 200 additions and 397 deletions

View file

@ -200,30 +200,26 @@ input {
// Bootstrap-y copy button
.btn-clipboard {
top: 0;
right: 0;
top: -5px;
right: -8px;
display: block;
font-size: 12px;
color: #767676;
cursor: pointer;
background-color: #FFF;
border: 1px solid #E1E1E8;
border-radius: 0 $widget_border_radius;
position: absolute;
padding: 5px 8px;
font-family: system-ui, "Noto Sans";
&:hover {
border-radius: $widget_border_radius;
border: 1px solid #E1E1E8;
background-color: #FFF;
}
}
.copy-clipboard {
position: relative;
}
.md-typeset .admonition .btn-clipboard,
.md-typeset details .btn-clipboard {
right: -0.6rem;
border-radius: 0 0 0 4px;
}
// Bootstrap-y tabs
.ul_tab_a_active {
color: $theme_color;