mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
make dspace the default theme
This commit is contained in:
@@ -255,10 +255,14 @@ export const environment: GlobalConfig = {
|
||||
// // A theme with only a name will match every route
|
||||
// name: 'custom'
|
||||
// },
|
||||
// {
|
||||
// // This theme will use the default bootstrap styling for DSpace components
|
||||
// name: BASE_THEME_NAME
|
||||
// },
|
||||
|
||||
{
|
||||
// This theme will use the default bootstrap styling for DSpace components
|
||||
name: BASE_THEME_NAME
|
||||
// The default dspace theme
|
||||
name: 'dspace'
|
||||
},
|
||||
],
|
||||
// Whether the UI should rewrite file download URLs to match its domain. Only necessary to enable when running UI and REST API on separate domains
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<title>DSpace</title>
|
||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
|
||||
<link class="theme-css" rel="stylesheet" href="/base-theme.css">
|
||||
<link class="theme-css" rel="stylesheet" href="/dspace-theme.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user