Fix github theme mistype and remove strange font-weight hard reset
This commit is contained in:
parent
42b6ac75d6
commit
2b7b07f02d
1 changed files with 3 additions and 6 deletions
|
|
@ -55,7 +55,7 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ace-github .ace_variable.ace_instancce {
|
||||
.ace-github .ace_variable.ace_instance {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
|
|
@ -78,18 +78,15 @@
|
|||
.ace-github .ace_marker-layer .ace_active-line {
|
||||
background: rgb(255, 255, 204);
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_selection {
|
||||
background: rgb(181, 213, 255);
|
||||
}
|
||||
|
||||
.ace-github.ace_multiselect .ace_selection.ace_start {
|
||||
box-shadow: 0 0 3px 0px white;
|
||||
border-radius: 2px;
|
||||
}
|
||||
/* bold keywords cause cursor issues for some fonts */
|
||||
/* this disables bold style for editor and keeps for static highlighter */
|
||||
.ace-github.ace_editor .ace_line > span {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_step {
|
||||
background: rgb(252, 255, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue