aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/examples/grid/grid.css
diff options
context:
space:
mode:
authorlouismaximepiton <[email protected]>2023-01-16 17:30:05 +0100
committerMark Otto <[email protected]>2023-01-16 15:55:47 -0800
commit50723075aad81653a027d0b2ebe2ae7679502d48 (patch)
tree51158166fc0495e994c75c5a19cefe6f5a7cf7ee /site/content/docs/5.3/examples/grid/grid.css
parent9042efd0f86dd571386f62bacc8738ac975517fc (diff)
downloadbootstrap-50723075aad81653a027d0b2ebe2ae7679502d48.tar.xz
bootstrap-50723075aad81653a027d0b2ebe2ae7679502d48.zip
Update grid example
Diffstat (limited to 'site/content/docs/5.3/examples/grid/grid.css')
-rw-r--r--site/content/docs/5.3/examples/grid/grid.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/5.3/examples/grid/grid.css b/site/content/docs/5.3/examples/grid/grid.css
index 18e3568b1..cbc7c311f 100644
--- a/site/content/docs/5.3/examples/grid/grid.css
+++ b/site/content/docs/5.3/examples/grid/grid.css
@@ -1,13 +1,13 @@
.themed-grid-col {
padding-top: .75rem;
padding-bottom: .75rem;
- background-color: rgba(86, 61, 124, .15);
- border: 1px solid rgba(86, 61, 124, .2);
+ background-color: rgba(112.520718, 44.062154, 249.437846, .15);
+ border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
}
.themed-container {
padding: .75rem;
margin-bottom: 1.5rem;
- background-color: rgba(0, 123, 255, .15);
- border: 1px solid rgba(0, 123, 255, .2);
+ background-color: rgba(112.520718, 44.062154, 249.437846, .15);
+ border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
}