File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -959,37 +959,35 @@ h4.see-also {
959959
960960/* --- Make long KaTeX equations scrollable in the x-axis --- */
961961.katex-display > .katex {
962- overflow-x : auto;
963- overflow-y : hidden;
964- }
962+ overflow-x : auto;
963+ overflow-y : hidden;
964+ }
965965
966+ .highlight {
967+ box-sizing : border-box;
968+ padding : 10px ;
969+ position : relative;
970+ }
966971
967- .highlight {
968- box-sizing : border-box;
969- padding : 10px ;
970- position : relative;
971- }
972-
973- .copyCodeButton {
974- background-color : # f5f5f5 ;
975- border : 1px solid # ccc ;
976- color : black;
977- cursor : pointer;
978- display : none;
979- font-size : 14px ;
980- padding : 5px 10px ;
981- position : absolute;
982- right : 10px ;
983- top : 10px ;
984- transition : background-color 0.3s ease;
985- z-index : 10 ;
986- }
987-
988- .highlight : hover .copyCodeButton {
989- display : block;
990- }
991-
992- .copyCodeButton : hover {
993- background-color : # e0e0e0 ;
994- }
995-
972+ .copyCodeButton {
973+ background-color : # f5f5f5 ;
974+ border : 1px solid # ccc ;
975+ color : black;
976+ cursor : pointer;
977+ display : none;
978+ font-size : 14px ;
979+ padding : 5px 10px ;
980+ position : absolute;
981+ right : 10px ;
982+ top : 10px ;
983+ transition : background-color 0.3s ease;
984+ z-index : 10 ;
985+ }
986+
987+ .highlight : hover .copyCodeButton {
988+ display : block;
989+ }
990+
991+ .copyCodeButton : hover {
992+ background-color : # e0e0e0 ;
993+ }
You can’t perform that action at this time.
0 commit comments