We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc54c16 commit 42e975eCopy full SHA for 42e975e
docs/index.html
@@ -2,6 +2,10 @@
2
layout: default
3
title: Leetcode CLI
4
---
5
-
6
-<a href="./commands" class="btn">Commands Tutorials</a>
7
-<a href="./advanced" class="btn">Advanced Topics</a>
+<style>
+ .btn-clear {color: rgba(0, 0, 0, 0.5); border: 1px solid;}
+</style>
8
+<center>
9
+ <a href="./commands" class="btn btn-clear">Commands Tutorials</a>
10
+ <a href="./advanced" class="btn btn-clear">Advanced Topics</a>
11
+</center>
0 commit comments