diff --git a/docusaurus.config.js b/docusaurus.config.js index de4e3ab8e..315909150 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -109,10 +109,13 @@ const config = { value: `
`, }, @@ -127,9 +130,7 @@ const config = { value: ``, }, diff --git a/src/css/custom.css b/src/css/custom.css index 790bd3546..8f4814c5e 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -314,11 +314,18 @@ table, tr, td, th { } .dropdown-content { - min-width: 100px; + min-width: 200px; margin: 2px 5px; } +.dropdown-content a:hover { + text-decoration: none; + background-color: #cccccc45; + border-radius: 50% 40%; +} + .nav__icons img { - width: 30px; - height: 30px; + width: 35px; + height: 35px; + border-radius: 50%; } \ No newline at end of file diff --git a/static/icons/java.svg b/static/icons/java.svg new file mode 100644 index 000000000..b9fca352e --- /dev/null +++ b/static/icons/java.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/js.svg b/static/icons/js.svg new file mode 100644 index 000000000..b20c63a44 --- /dev/null +++ b/static/icons/js.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/jsx.svg b/static/icons/jsx.svg new file mode 100644 index 000000000..275ceb9be --- /dev/null +++ b/static/icons/jsx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/py.svg b/static/icons/py.svg new file mode 100644 index 000000000..8c457c90a --- /dev/null +++ b/static/icons/py.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/ts.svg b/static/icons/ts.svg new file mode 100644 index 000000000..21cb22edb --- /dev/null +++ b/static/icons/ts.svg @@ -0,0 +1 @@ + \ No newline at end of file