File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 6464a : hover {
6565 text-decoration : underline;
6666}
67+
68+
69+ .md-header__source {
70+ /* hide repo button */
71+ display : none;
72+ }
73+
74+ .md-content__button {
75+ opacity : 0.7 ;
76+ }
77+
78+ .md-content__button svg {
79+ fill : var (--md-accent-fg-color );
80+ }
81+
82+ .md-content__button : hover {
83+ opacity : 1 ;
84+ }
Original file line number Diff line number Diff line change 11site_name : Open Computing Facility
22site_url : https://docs.ocf.berkeley.edu
3+
4+ repo_url : https://github.com/ocf/mkdocs
5+ repo_name : ocf/mkdocs
6+ edit_uri : edit/main/docs/
7+
38theme :
49 name : material
510 logo : assets/penguin.svg
1419 - search.suggest
1520 - search.share
1621 - content.code.copy
22+ - content.action.edit
23+ - content.action.view
1724 font :
1825 text : Roboto
1926 code : Meslo
You can’t perform that action at this time.
0 commit comments