diff options
author | Rohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com> | 2022-08-25 23:02:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 23:02:26 +0530 |
commit | a4b87e94548f06db72ab9f4f896672f889ae4586 (patch) | |
tree | 8be0883ea33c1cf38ad1283e6dda6a27404687ae /client/src/index.css | |
parent | 2d9100d3aa82d2901142464b7117c01cfbd6d04e (diff) | |
parent | ce40b4240d7d23d4a6817dea1a6bc45546419718 (diff) |
Merge pull request #17 from Blaster4385/develop
Kaand number 2
Diffstat (limited to 'client/src/index.css')
-rw-r--r-- | client/src/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/index.css b/client/src/index.css index 4a8cd4f..ccca7a6 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -24,3 +24,9 @@ code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } + +.MuiOutlinedInput-input { + border: none !important; + border-color: aqua; + font-size: 1.5rem !important; +} |