diff options
author | HombreLaser <sebastian-440@live.com> | 2023-05-11 19:28:47 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-05-11 19:28:47 -0600 |
commit | 385606ee05a8ceb9073169639eb1a311f81cac10 (patch) | |
tree | ac8af50a15ce3e834009afef773988213c961cdb /src/components/stylesheets | |
parent | ab540055c99074c1c67fd65b45d0afb785ca5a0b (diff) |
Añade información a la vista de usuario
Diffstat (limited to 'src/components/stylesheets')
-rw-r--r-- | src/components/stylesheets/shared.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/stylesheets/shared.css b/src/components/stylesheets/shared.css index 9bda368..cc9e4a2 100644 --- a/src/components/stylesheets/shared.css +++ b/src/components/stylesheets/shared.css @@ -6,6 +6,18 @@ left: 50%; } +h1 { + color: #394490; +} + +.field_name { + color: #394490; +} + +.bg-blue-arma { + background-color: #394490 !important; +} + .button { background-color: #394490 !important; } |