summaryrefslogtreecommitdiff
path: root/client/src/index.css
diff options
context:
space:
mode:
authorRohan Raj Gupta <78433013+rohan09-raj@users.noreply.github.com>2022-08-25 23:02:26 +0530
committerGitHub <noreply@github.com>2022-08-25 23:02:26 +0530
commita4b87e94548f06db72ab9f4f896672f889ae4586 (patch)
tree8be0883ea33c1cf38ad1283e6dda6a27404687ae /client/src/index.css
parent2d9100d3aa82d2901142464b7117c01cfbd6d04e (diff)
parentce40b4240d7d23d4a6817dea1a6bc45546419718 (diff)
Merge pull request #17 from Blaster4385/develop
Kaand number 2
Diffstat (limited to 'client/src/index.css')
-rw-r--r--client/src/index.css6
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;
+}